General class
Concept
A general java class is a standard java class that can be used to implement scenario specific behavior. A general java class is especially useful when working with proxy functions. A proxy function is an automatically generated function that can be used to invoke scenario elements directly from java. Currently, the following proxy types are supported:
-
adapter (Invoke an outbound adapter).
-
mapping (Invoke a mapping).
-
service signal (Send a service signal at the end of the running transaction).
-
asynchronous service signal (Send a service signal asynchronously without waiting to the end of the transaction).
-
Lookup table (Invoke a lookup table map a key to the value stored in the lookup table).
Creation
Step 1 : Create a new Java Source.
Step 2 : Select "Standard template for general java class" as Class template.

After the creation of the java source the following screen appears:
